home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Akce / Half-Life / VampireSlayer / vs5full.exe / {app} / bots / chat.poo < prev    next >
Text File  |  2001-06-24  |  5KB  |  84 lines

  1. These are comment lines.  Any lines appearing before the [bot_chat] section
  2. will be treated as comments and ignored.  Each bot chat section can have up
  3. to 100 lines of text.  Each line is treated as a separate chat message.
  4. Lines must be 80 characters or less.  Lines longer than 80 characters will
  5. be truncated.  The messages in the [bot_chat] section are said randomly
  6. during the game.  Every 30 seconds the bots will check to see if they
  7. should speak a [bot_chat] message.  The percent of time they will speak
  8. a chat message is set by the "bot_chat_percent" value found in the bot.cfg
  9. file.  Bots that get a kill will speak messages from the [bot_taunt] section.
  10. The percent of time that they will speak a taunt message is set by the
  11. "bot_taunt_percent" value in the bot.cfg file.  Bots that get killed will
  12. speak a message from the [bot_whine] section.  The percent of time that
  13. they will speak a whine message is set by the "bot_whine_percent" value
  14. in the bot.cfg file.  You can use "%n" in the [bot_chat] section if you
  15. wish to fill in the name of the bot speaking that message.  You can use
  16. "%n" in the [bot_taunt] section to fill in the name of the player that
  17. was killed.  You can use "%n" in the [bot_whine] section to fill in the
  18. name of the player that killed this bot.  You can use "%r" in any of these
  19. sections if you want to fill in a random player name (player names are
  20. chosen from those currently connected to the server, not from the
  21. bot_names.txt file).  You can use "%n" or "%r" multiple times in a single
  22. chat message if you want.
  23.  
  24. Chat messages will be modified by the BotChatHumanizer code.  This code
  25. will swap or drop characters in the messages to make the bot appear more
  26. human (humans make mistakes, bots don't :) ).  Bots will also occasionally
  27. convert the chat text to all lowercase.  When filling in player's names,
  28. bots will occasionally remove the clan tags from the name (i.e. clan tags
  29. can be things like: "[- LPB -]", "{HQ}", "<OoO>", or "-=<Xmen>=-").  So
  30. if the players name is "[[KLM]]BaDAzz", the bot may modify this to "BaDAzz"
  31. or "badazz".  The percent of time the bots will remove the clan tag is
  32. set by the "bot_chat_tag_percent" in the bot.cfg file.  The percent of
  33. time the bots will drop characters is defined by "bot_chat_drop_percent"
  34. in the bot.cfg file.  The percent of time the bots will swap characters
  35. is defined by "bot_chat_swap_percent" in the bot.cfg file and the percent
  36. of time the bots will convert messages to all lowercase is defined by the
  37. "bot_chat_lower_percent" value in the bot.cfg file.
  38.  
  39. If you have a chat message that you don't want to have any characters
  40. dropped or swapped in (like sending a message with a URL), you can use
  41. a '!' character as the first character in the chat message to indicate
  42. that this chat message should not be modified (no drops, swaps, or changing
  43. to lowercase).  The '!' will be removed from the chat message before it
  44. gets send to other players.
  45.  
  46. [bot_chat]
  47. Hey, where is everybody?
  48. I think I'll just camp here and wait for some llamas to come by.
  49. !OH MAN!  Come check this out...
  50. Hello?  Is anybody else out there?
  51. LOL!  I almost blew myself up!
  52. Hey %r, come over here so I can kill you.
  53. !COOL!  Did you see that?
  54.  
  55. [bot_taunt]
  56. Man, did you see that shot!
  57. Hey %n, I killed you without even trying!
  58. !%n - you suck!  LOL!
  59. Hah!  Got another one!
  60. %n, you need to go back and practice on the hazard course firing range!!!
  61. Hey %n, my grandma can play this game better than you can!
  62. %n, maybe you should try aiming for the head!
  63. !%n, I KICKED YOUR ASS!
  64. Man %n, you suck worse than %r does!
  65.  
  66. [bot_whine]
  67. CHEATER ALERT!  CHEATER ALERT!  %n is cheating!
  68. Hey! What the...  %n is using a HEAD SHOT script!
  69. %n you are sooooo good... NOT!
  70. Ok %n, now I'm coming after YOU!!!
  71. Hey everybody, %n is cheating.  I vote we get the admin to kick him off!
  72. We got a CAMPER over here!  %n is CAMPING!!!
  73. Where's the admin?  Can somebody kick %n off of this server?
  74. Oh Man!  I got killed again?  Let's see... sv_cheats 1, impulse 101, right?
  75. !Doooooooh!  %n why do you keep killing me?
  76. Alright %n, you're gonna be SOOOO dead!
  77. Who dares mess with my l33t shooting skills!  %n you're gonna die!
  78. %n if you kill me ONE MORE TIME...
  79. Hey %n, I let you have that one.  I was resting my mouse hand.
  80. %n, why don't you pick on someone else for a change?
  81. Hey %n, you should kill somebody else once in a while!
  82. !%n! STOP KILLING ME!!!
  83. Ok %n, now I'm going to HAVE to kill you!
  84.